home *** CD-ROM | disk | FTP | other *** search
- echo off
- REM %%VER MS Lan Manager Installation Utility Program v2.0c
- if %mono%==y goto b&w
- ..\install\flushkey
- ..\install\check videocard
- if errorlevel 1 goto color
- :b&w
- cls
- goto contin
- :color
- ..\install\get b 31
- :contin
- type ..\blank2.men
- ..\install\echoxy 4 30 N D I S M E N U
- ..\install\echoxy 6 13 U P D A T I N G L A N M A N A G E R D R I V E R S
- ..\install\echoxy 9 14 This utility program updates EtherLink II drivers on
- ..\install\echoxy 10 14 MS Lan Manager servers, or on workstations.
- ..\install\echoxy 11 14
- ..\install\echoxy 12 14 NOTE: To update the EtherLink II NDIS drivers on a
- ..\install\echoxy 13 14 MS LAN Manager server from a workstation, you must
- ..\install\echoxy 14 14 have Admin rights to the server and be linked to
- ..\install\echoxy 15 14
- type dollar.msg
-
- ..\install\echoxy 17 24 Continue? (y/n):
- ..\install\reply
- if errorlevel 122 goto inval
- if errorlevel 121 goto getdrv
- if errorlevel 111 goto inval
- if errorlevel 110 goto ndis
- if errorlevel 90 goto inval
- if errorlevel 89 goto getdrv
- if errorlevel 79 goto inval
- if errorlevel 78 goto ndis
- if errorlevel 60 goto inval
- if errorlevel 59 goto help
- if errorlevel 28 goto inval
- if errorlevel 27 goto ndis
- if errorlevel 1 goto inval
-
- :getdrv
- ..\install\echoxy 0 50 █████████████████████████████
- ..\install\echoxy 17 10
- ..\install\get c " Enter the target drive letter: "
-
- if errorlevel 127 goto inval
- if errorlevel 126 goto ndis
- if errorlevel 123 goto inval
- if errorlevel 97 goto contin1
- if errorlevel 91 goto inval
- if errorlevel 65 goto contin1
- if errorlevel 1 goto inval
-
- :contin1
- if not exist %get%:\*.* goto baddrv
- set tardrv=%get%:
-
- ..\install\echoxy 19 10
- ..\install\get n " Update files on drive %tardrv% (y/n): "
- if errorlevel 126 goto ndis
- if errorlevel 89 goto ok
- mslanins
- :ok
- mslanman\mslanman %tardrv%
-
- :inval
- ..\install\echoxy 21 17 **** Invalid key, try again. ****
- echo
- echo
- echo.
- mslanins
-
- :help
- ..\install\echoxy 24 1
- type mslanman\mslanman.hlp
- pause
- mslanins
-
- :baddrv
- echo
- echo
- ..\install\echoxy 19 14 Invalid drive letter or drive not linked.
- ..\install\echoxy 20 14 Drive must be linked before running the Update utility.
- ..\install\echoxy 22 13 Strike any key to continue.
- ..\install\reply
- if errorlevel 28 goto ok1
- if errorlevel 27 goto ndis
-
- :ok1
- mslanins
-
- :ndis
- inspropt
-